/*
    天山网专用CSS框架
 */
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    border: none;
    list-style: none;
}


/*20大飘红代码*/
.container2{width: 100%;height: auto;margin-right: auto;margin-left: auto;}
.img-full{width: 100%;height: auto;}

/*首页顶部导航样式开始*/
.top-dis{margin-top: 22px;}
.list-dis{margin: 0 0 0 8px;}
.top-dis ul li a{font-size: 16px;}
/*首页顶部导航样式结束*/

.nav-m{margin: 0 20px 0 25px;float: right;}

.next-prev-color{
    --swiper-navigation-color:#f4f4f4 ;
    --swiper-navigation-size: 30px;
}


.hd ul li p{
    display: block;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: rtl!important;
    text-indent: 15px;
}

/*金句视频页模板专属css*/
.column-video{
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-evenly;
    align-items: end;
    justify-items: center;
    grid-gap: 15px;
}
/*金句视频页模板专属css-end*/

.white{
    color: white;
}
.red {
    color: #cd3333;
}

.bg_red {
    background-color: #cd3333;
}

.br_red {
    border-color: #cd3333 !important;
}

.bg-gray-light {
    background-color: #f4f4f4;
}

body {    
    color: #444444;
}

a {
    color: #444;
    position: relative;
}

a:hover {
    color: #cd3333;
}

h1 {
    margin: 30px;
}

h4, h4 * {
    color: #004276;
}

h4 {
    overflow: hidden;
}

.p0 {
    padding: 0 !important;
}

.p {
    padding: 15px;
}

p {
    line-height: 25px;
    display: block;
    clear: both;
}

.block {
    display: block;
}

.ch {
    clear: both;
    height: 15px;
    overflow: hidden;
    display: block;
}

.ch30 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 30px;
}

.m-a{
    margin: auto;
    float: none !important;
    display: block ;
}
.m0 {
    margin: 0 !important;
}

.m-l-10{
    margin-left: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-7 {
    margin-left: 7px;
}

.m-r {
    margin-right: 15px;
}

.m-r-8 {
    margin-right: 8px;
}

.m-t {
    margin-top: 15px;
}
.m-t-8 {
    margin-top: 8px;
}
.m-b{
    margin-bottom: 15px;
}
.m-b-7{
    margin-bottom: 7px;
}
.nw {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row {
    margin: 0 -15px;
}

.oh {
    overflow: hidden;
}
.full{
    width: 100%;
}
img.full {
    display: block;
    width: 100%;
    clear: both;
}

.img.full-height {
    height: 100%;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}
.text-full{
    text-align: justify;
}

hr {
    clear: both;
    display: block;
    height: 0;
    border-top: 1px solid rgb(221, 222, 225);
    margin: 15px auto !important;
}

.line-big {
    height: 4px;
    overflow: hidden;
    display: block;
    clear: both;
    background: url("../image/big-line.gif");
}

.container {
    width: 1000px;
    overflow: hidden;
    display: block;
    margin: auto;
    clear: both;
    transition: width 1s;
}

.container-full {
    width: auto;
    display: block;
    clear: both;
    margin: 15px;
}

.hidden {
    display: none;
}

.mobile-display {
    display: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.oh {
    overflow: hidden;
    display: block;
}
[class^="col-"], [class*=" col-"]{
    transition: width 2s;
}
.col-md-1 {
    float: right;
    width: 10%;
}
.col-md-166 {
    float: right;
    width: 16.66%;
}
.col-md-125 {
    float: right;
    width: 12.5%;
}
.col-md-142 {
    float: right;
    width: 14.2%;
}

.col-md-2 {
    float: right;
    width: 20%;
}

.col-md-250 {
    float: right;
    width: 25%;
}

.col-md-3 {
    float: right;
    width: 30%;
}

.col-md-333 {
    float: right;
    width: 33.33%;
}

.col-md-4 {
    float: right;
    width: 40%;
}

.col-md-5 {
    float: right;
    width: 50%;
}

.col-md-6 {
    float: right;
    width: 60%;
}

.col-md-666 {
    float: right;
    width: 66.66%;
}

.col-md-7 {
    float: right;
    width: 70%;
}

.col-md-8 {
    float: right;
    width: 80%;
}

.col-md-9 {
    float: right;
    width: 90%;
}

.col-md-10 {
    float: right;
    width: 100%;
}


.alert-error{

   border:  1px solid #cd3333 !important;
    color: #cd3333;
    background-color: #fff8c5 !important;
    font-size: 90%;
}

.error{
    clear: both;
    padding: 15px;
    border: 1px solid #cd3333;
    background-color: #fff8c5 !important;
    color: #cd3333;
}

div.column {
    position: relative;
}

div.column div.column-title a.more-style,
div.column h3 a.more-style {
    display: block;
    height: 100%;
    background: url("../image/more.png") no-repeat 0 16px;
    -webkit-background-size: 18px;
    background-size: 18px;
}

div.column div.column-title,
div.column h3 {
    margin-bottom: 8px;
    line-height: 40px;
    height: 38px;
    display: block;
    clear: both;
    background-color: #fefefe;
    border-bottom: 2px solid rgb(221, 222, 225);

}

div.column div.column-title .column-title,
div.column h3 .column-title {
    display: block;
    float: right;
    line-height: 40px;
    height: 38px;
    padding: 0 15px;
    overflow: hidden;
    border-bottom: 2px solid;

}

div.column div.column-title .column-list {
    line-height: 38px;
}

.nav {
    border-bottom:#cd3333 solid 2px ;
}

.nav img.web-logo {
    padding-bottom: 5px;
}

.nav-full {

}

.nav-full li {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.nav-full ul.child-menu {
    height: 30px;
}

.nav-full ul.child-menu b {
    color: #004276;
}

.nav-full ul.last {
    background: none;
    border: none;
}

.nav-small {
    height: 35px;
    line-height: 40px;
    background-color: #cd3333;
    overflow: hidden;
}

.nav-small img.web-logo {
    height: 18px;
    margin-top: 8px;
}

.nav-small * {
    color: white;
}

.nav-small .logo {
    height: 35px;
    overflow: hidden;
    display: block;
}

.nav-small .web-title {
    padding: 0 5px;
}

.nav-small ul.left-menu li {
    display: block;
    float: right;
    line-height: 40px;
    padding: 0 10px;
    font-size: 13px;
}
.nav-small ul.left-menu li a:hover{
    color: #ffe67a;
}

.cb {
    clear: both;
}

ul li, ol li {
    line-height: 25px;
}

ul.list-left li {
    display: block;
    padding: 0 20px 0 0;
    background: url("../image/list-left-node-style.png") no-repeat right center;
    -webkit-background-size: 12px;
    background-size: 12px;
}

ul.list-dashed-left li {
    display: block;
    padding: 0 20px 0 0;
    background: url("../image/list-left-dashed-node-style.png") no-repeat right center;
}

.img-list-2 {
    overflow: hidden;
    margin-right: -7px;
    margin-left: -7px;
    padding: 0 !important;
    background: none !important;
}

.img-list-2-for-div {
    margin-top: 15px;
}

.img-list-2 .col-md-5 a {
    margin: auto 8px 0 8px;
    display: block;

}

.img-list-2 p {
    line-height: 30px;
    height: 30px;
    margin: 0;
}

.column-head-img-news {
    margin-bottom: 15px;
}

.column-head-img-news a {
    margin-top: 7px;
    display: block;
    overflow: hidden;
}

.column-head-img-news a img {
    width: 120px;
    height: 80px;
    float: right;
    margin-left: 15px;
}

.column-head-img-news h4 {
    margin-top: 5px;
}

.column-head-img-news p {
    clear: both;
    margin-top: 8px;
    height: 50px;
    overflow: hidden;
    color: rgb(128, 132, 143);
}

.column-head-img-news span {
    display: block;
    margin-right: 130px;
    height: 79px;
    border-bottom: 1px solid #f8f8f9;
}

.column-head-img-news a:hover * {
    color: #cd3333;
}

.column-head-img-news a:hover span {
    border-bottom: 1px solid #cd3333;
}

.column-img-news {
    margin-top: 15px;
}

.column-img-news a {
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}

.column-img-news a img {
    width: 120px;
    height: 80px;
    float: right;
}

.column-img-news h4 {
    padding: 15px 0;
}

.column-img-news p {
    clear: both;
    margin-top: 8px;
    height: 50px;
    overflow: hidden;
    color: rgb(128, 132, 143);
}

.column-img-news span {
    display: block;
    margin-right: 130px;
    height: 79px;
    border-bottom: 1px solid #f8f8f9;
}

.column-img-news a:hover * {
    color: #cd3333;
}

.column-img-news a:hover span {
    border-bottom: 1px solid #cd3333;
}

.pic-news-list {
    margin: 15px -7px 0 -8px;
}

ul.news-list [class^="icon-"], ul.news-list[class*=" icon-"] {
    margin-left: 10px;
}
ul.news-list li{
    line-height: 25px;
}

.pic-news-list a {
    display: block;
    overflow: hidden;
    margin: 0 8px 15px 7px;
    position: relative;
}

.pic-news-list a span {
    display: block;
    position: absolute;
    background-color: #333;
    color: white;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: -200px;
    left: 0;
    padding: 8px 0;
    white-space: normal;
    transition: bottom 0.25s, background 1s;
    -moz-transition: bottom 0.25s, background 1s; /* Firefox 4 */
    -webkit-transition: bottom 0.25s, background 1s; /* Safari 和 Chrome */
    -o-transition: bottom 0.25s, background 1s; /* Opera */
}

.pic-news-list a:hover span {
    bottom: 0;
    background-color: rgba(205, 51, 51, 0.8);
}

.pic-news-list-normal {
    margin: 0 -7px 0 -8px;
}

.pic-news-list-normal a {
    display: block;
    overflow: hidden;
    margin: 15px 8px 0 7px;
    position: relative;
}

.pic-news-list-normal span {
    display: block;
    line-height: 25px;
    margin-top: 10px;
}

/* 特殊标签 */
code.time {
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 0 10px 10px 0;
    line-height: 25px;
    height: 25px;
    display: block;
    padding: 0 5px;
    color: white;
    font-family: Arial, serif;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.25);
}

code.album {
    position: absolute;
    right: 0;
    top: 15px;
    border-radius: 10px 0 0 10px;
    line-height: 25px;
    height: 25px;
    display: block;
    padding: 0 5px 0 25px;
    color: white;
    font-family: Arial, serif;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.25) url("../image/album.svg") no-repeat 5px center;
    -webkit-background-size: 16px;
    background-size: 16px;
}

a:hover code.album {
    font-size: 140%;
}

.footer {
    background-color: #e9eaec;
    min-height: 120px;
}

.footer, .footer * {
    font-size: 12px;
}

.footer .credentials {
    background-color: #cd3333;
    color: white;
    line-height: 30px;

}

.report-center {

}

.report-center a {

    height: 25px;
    line-height: 25px;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    margin-bottom: 5px;
}

.report-center a img {
    height: 15px;
    overflow: hidden;
    float: right;
    margin: 5px;
}

div.a-list {
    line-height: 25px;
    font-size: 12px;
}

div.a-list a:after {
    content: '■';
    font-size: 4px;
    margin: 0 15px;
}

div.a-list a:last-child:after {
    display: none;
}

.lang {
    background-color: #cd3333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.lang .lang-list a {
    display: block;
    float: right;
    color: white;
    line-height: 30px;
    height: 30px;
    padding: 0 8px;
    font-family: '微软雅黑', "alkatip tor", serif;
    font-size: 12px;
}

.lang .lang-list a:hover {
    background-color: #333;
}

.lang * {
    color: #e9eaec;
}

.m-r-5{
           margin-right: 5px;
       }

.nav-report {
    line-height: 35px;
    font-size: 12px;
    height: 30px;
    overflow: hidden;
}
 .nav-tel p{
           display: block; 
           font-size: 10px!important;
           line-height: 35px;
           color: #FFFFFF;
           text-align: left;
           margin-left: 10px;
       }

.nav-report a{
           margin-left: 0;
           margin-right: 0;
       }

.nav-report-ico {
    height: 14px;
    margin-top: 4px;
    margin-left: 5px;
    padding: 3px;
    border-radius: 8px;
    background-color: #e9eaec;
}

div.search {
    border: 1px solid #dddee1;
    height: 30px;
    border-radius: 6px;
    overflow: hidden;
}

div.search input {
    border: none;
    line-height: 20px;
    padding: 5px;
    width: 150px;
    outline: none;
    float: right;

}

div.search button {
    display: block;
    background: none;
    height: 100%;
    width: 25px;
    float: left;
}

div.search button img {
    display: block;
    padding-top: 7px;
    width: 16px;
    padding-left: 10px;
    opacity: 0.3;
}
.slide,.slide *{
    direction: ltr;
}
.slide{
    position: relative;
    overflow: hidden;
    height: 100px;
}
.slide-text{
    height: 35px;
    line-height: 35px;
}
.slide-text{
    position: relative;
    height: 35px;
    overflow: hidden;
}
.slide-text .bd,
.slide-text .bd li{
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}
.propagate .slide .bd,
.propagate .slide .bd ul,
.propagate .slide .bd li{
    height: 100px;
    width: 100% !important;
}

.slide-text{

}


.slideBox, .slideBox * {
    direction: ltr;
}

.slideBox, .slideBox .bd {
    position: relative;
}

.slideBox,
.slideBox .bd li,
.slideBox .bd a,
.slideBox .bd img {
    display: block;
    overflow: hidden;
}
.slide-pic ul li a img{
            display: block;
            width: 350px;
            height: 230px;
        }
.slideBox .hd {
    z-index: 999;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: rgba(0, 0, 0, 0.3);
}

.slideBox .hd ul {
}

.slideBox .hd li {
    color: white;
    line-height: 35px;
    display: none;
    direction: rtl;
}

.slideBox .hd li.on {
    display: block;
}

.slideBox .more {
    position: absolute;
    z-index: 1000;
    left: 0;
    bottom: 0;
    height: 35px;
    direction: rtl;
    line-height: 35px;
    width: 60px;
    text-align: center;
    background-color: #cd3333;

}

.slideBox .more a {
    color: white;
}

.slideBox a.prev,
.slideBox a.next {
    position: absolute;
    top: 45%;
    left: 0;
    width: 30px;
    height: 30px;
    color: white;
    text-align: center;
    opacity: 0.7;
}

.slideBox a.next {
    left: auto;
    right: 0;
}

.slideBox a.prev:hover,
.slideBox a.next:hover {
    opacity: 1;
}

table.table {
    width: 100%;
}

table.table,
table.table td {
    border-collapse: collapse;
    border: 1px solid #dddee1
}

table.table td {
    padding: 5px;
}

table.table thead {
    background-color: #f8f8f9;
}
[class^="line-"]{
    overflow: hidden;
    line-height: 25px;
}
.line-2{
    height: 50px;
}
.line-3{
    height: 75px;

}
.line-4{
    height: 100px;
}
.line-5{
    height: 125px;

}
.line-6{
    height: 150px;

}
.line-7{
    height: 175px;

}
.line-8{
    height: 200px;

}
.line-9{
    height: 225px;

}
.line-10{
    height: 250px;

}
.pic-h{
            width: 350px;
            height: 80px;
            overflow: hidden;
            margin: 10px 0;
        }
        .pic-h a img{
            display: block;
            width: 350px;
            height: 80px;
        }


<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2024-12-27 22:32:48" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->